From e420f93158023049ed684168135367b457cf7392 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 16 Mar 2006 16:37:26 +0000 Subject: [PATCH] Add a missing comma. (#334774, Peter Breitenlohner) 2006-03-16 Matthias Clasen * configure.in: Add a missing comma. (#334774, Peter Breitenlohner) --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ configure.in | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6df12e07d3..ed461ecc99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-03-16 Matthias Clasen + * configure.in: Add a missing comma. (#334774, Peter Breitenlohner) + * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) (gtk_action_group_add_toggle_actions_full) (gtk_action_group_add_radio_actions_full): Check for a stock diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6df12e07d3..ed461ecc99 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2006-03-16 Matthias Clasen + * configure.in: Add a missing comma. (#334774, Peter Breitenlohner) + * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) (gtk_action_group_add_toggle_actions_full) (gtk_action_group_add_radio_actions_full): Check for a stock diff --git a/configure.in b/configure.in index 27faaff9fe..d6889d939a 100644 --- a/configure.in +++ b/configure.in @@ -1239,7 +1239,7 @@ if test "x$gdktarget" = "xx11"; then AC_CHECK_LIB(Xinerama, XineramaQueryExtension, [AC_CHECK_HEADER(X11/extensions/Xinerama.h, [GTK_ADD_LIB(x_extra_libs,Xinerama) - have_xfree_xinerama=true], : + have_xfree_xinerama=true], :, [#include ])]) fi -- 2.30.2